GXPD 12 - QuickDraw GX General Print Panel (1-May-95)
Q There are three options on the QuickDraw GX General Print Panel that
we would like to move to one of our own panels. We have solutions that differ
from the default ones, and we want to rename these solutions and associate them
with our printer. How can I eliminate the following options from the General
Print Panel?
Collation
Paper Feed: Automatic/Manual
Quality
A There is no mechanism in GX to remove panel items from the standard print
panels, except for the Quality item. The Quality collection item (gxQualityTag
= 'qual'), whose structure is defined in PrintingManager.h, has a Boolean field
called disableQuality. To eliminate the Quality item from the panel, specify
true for the disableQuality field in your driver.
Although you cannot remove the other items, you can disable them (dim them in
the panel) by getting the collection item and setting the locked attribute by
calling SetCollectionItemInfo().